home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / Box2D / Collision / Shapes / _sw544.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  673 b   |  33 lines

  1. package Box2D.Collision.Shapes
  2. {
  3.    public class _sw544
  4.    {
  5.       public var isSensor:Boolean = false;
  6.       
  7.       public var density:Number = 0;
  8.       
  9.       public var type:int = -1;
  10.       
  11.       public var restitution:Number = 0;
  12.       
  13.       public var userData:* = null;
  14.       
  15.       public var filter:_vd191;
  16.       
  17.       public var friction:Number = 0.2;
  18.       
  19.       public function _sw544()
  20.       {
  21.          type = _hx306.e_unknownShape;
  22.          userData = null;
  23.          friction = 0.2;
  24.          restitution = 0;
  25.          density = 0;
  26.          isSensor = false;
  27.          filter = new _vd191();
  28.          super();
  29.       }
  30.    }
  31. }
  32.  
  33.